Skip to content

Remove direct dependency on babel-loader#2166

Merged
koesie10 merged 1 commit intomainfrom
koesie10/remove-babel-loader
Mar 14, 2023
Merged

Remove direct dependency on babel-loader#2166
koesie10 merged 1 commit intomainfrom
koesie10/remove-babel-loader

Conversation

@koesie10
Copy link
Copy Markdown
Member

@koesie10 koesie10 commented Mar 13, 2023

The extension Webpack config does not use babel-loader, so we can remove it as a direct dependency. babel-loader is still included in our node_modules because Storybook depends on it, but the version is now completely managed by Storybook rather than us.

Closes #1929

Checklist

  • CHANGELOG.md has been updated to incorporate all user visible changes made by this pull request.
  • Issues have been created for any UI or other user-facing changes made by this pull request.
  • [Maintainers only] If this pull request makes user-facing changes that require documentation changes, open a corresponding docs pull request in the github/codeql repo and add the ready-for-doc-review label there.

The extension Webpack config does not use `babel-loader`, so we can
remove it as a direct dependency. `babel-loader` is still included in
our `node_modules` because Storybook depends on it, but the version is
now completely managed by Storybook rather than us.
@koesie10 koesie10 requested a review from a team March 13, 2023 15:17
@koesie10 koesie10 changed the title Remove directory dependency on babel-loader Remove direct dependency on babel-loader Mar 13, 2023
@koesie10 koesie10 marked this pull request as ready for review March 13, 2023 15:28
@koesie10 koesie10 requested a review from a team as a code owner March 13, 2023 15:28
Copy link
Copy Markdown
Contributor

@charisk charisk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for tidying that up!

@koesie10 koesie10 merged commit d92708e into main Mar 14, 2023
@koesie10 koesie10 deleted the koesie10/remove-babel-loader branch March 14, 2023 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants